"DefaultFolderNameMatchingUserLang uage" for new mailboxes
Hi
I want to set all the mailboxRegionalConfiguration for my new accounts.
I set
Set-MailboxRegionalConfiguration -Identity <Mailbox> -Language sv-SE -DateFormat "yyyy-MM-dd" -TimeFormat HH:mm -TimeZone "W. Europe Standard Time"
But i can't figure out how to change the "DefaultFolderNameMatchingUserLanguage"
Now some of my users have english names on the folders.
May 21st, 2013 12:01pm
this is example for you
Set-MailboxRegionalConfiguration -Identity Adam_Bokiniec -Language en-GB -DateFormat dd/MM/yyyy -TimeFormat HH:mm -TimeZone W. Europe Standard Time
Free Windows Admin Tool Kit Click here and download it now
May 21st, 2013 12:24pm
Yes, but that does not set the language for
the folders.
May 21st, 2013 12:52pm
in above powershell command you forgot to put language name in " ". Have you tried this?
Free Windows Admin Tool Kit Click here and download it now
May 24th, 2013 4:59am
in above powershell command you forgot to put language name in " ". Have you tried this?
The command works, it sets -language to sv-SE but i can't change the foldernames. the user can change it from the OWA themself, but i want to do it for them.
May 24th, 2013 6:07am